public int Update(User model)
 {
     throw new NotImplementedException();
 }
 public void Add(User model)
 {
     throw new NotImplementedException();
 }