public ActionResult ChangePassword(UserProfileViewModel model) { _accountFacade.ChangeUserPassword(model.ChangeUserPassword); return(RedirectToRoute("UserProfile")); }