public bool UserExists(User u)
 {
     if (u.Equals(user)) return true;
     return false;
 }