public JsonResult CRUDInvControl(KPIDept kp, char ch) { return(Json(kpiDB.CRUDInvControl(kp, ch), JsonRequestBehavior.AllowGet)); }