public DataTable.UserProfile?CheatProfile(string Username)
 {
     return(MyTable.CheatProfile(Username));
 }