public JsonResult GraphTgt(int year, int chc) { return(Json(kpiDB.GraphTgt(year, chc), JsonRequestBehavior.AllowGet)); }