I have two classes
public class User { public int ID { get; set; } public byte[] Picture { get; set; } public string Name { get; set; } }