public void UpdateUser(User user)
 {
     throw new NotImplementedException();
 }
 public int AddUser(User user)
 {
     throw new NotImplementedException();
 }