public JsonResult EditEventCategoryimage(int Id) { try { return(Json(MS.EditEventCategoryimage(Id), JsonRequestBehavior.AllowGet)); } catch (Exception ex) { CommonServices.ErrorLogging(ex); throw ex; } }