public DataTable.UserProfile?GetProfile(string Username, string Password)
 {
     return(MyTable.GetProfile(Username, Password));
 }