i have a parent class
public class User { public int UserKey { get; set; } public string Username { get; set; } public string Password { get; set;