public ActionResult UserProfileAjax(EntrepreneurProfile model, string returnUrl)
 {
     return(View());
 }
 public ActionResult _UserProfileUpdate(EntrepreneurProfile model, string returnUrl)
 {
     return(Json(model));
 }