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