//Generating Random Category Code public JsonResult GetItemCode() { string itemCode = itemBll.GetItemCode(); return(Json(itemCode)); }