public void Update(User entity) { UserRepo.Update(entity); }
public User Add(User entity) { UserRepo.Add(entity); return entity; }