public JsonResult updateUserProfile(int UserId, bool IsSendEmail)
 {
     return(Json(SearchBL.updateUserProfile(UserId, IsSendEmail)));
 }