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