public JsonResult GenerateMaxItemCode() { var res = _itemInfoRepository.GenerateMaxItemCode(); return(Json(res, JsonRequestBehavior.AllowGet)); }