public bool RegisterOrUpdateUser(User newUser) { return(_repository.SaveOrUpdateUser(newUser) != 0); }