public bool UpdateUser(AspNetUser user) { repository.Update(user); repository.SaveChanges(); return(true); }