public ActionResult Edit() { return(View( "PrivateProfile", Mapper.Map <PrivateProfileModel>(_profileReader.GetPrivateProfile(User.TryGetPrincipal().UserId)))); }