public ActionResult MyProfileEdit()
 {
     return(View(_service.GetEditProfileViewModel(User.Identity.Name)));
 }