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