public ActionResult Edit(UserVM user) { _userService.Update(user.ToBLLEntity()); return(RedirectToAction("Index", "User")); }