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