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