public ActionResult GetAllProductCategories(int?identityCode) { var data = _iCommonManager.GetAllProductCategories(identityCode); return(Json(data, JsonRequestBehavior.AllowGet)); }