public JsonResult InfoCalendarPM(int thn) { WipRepository FixedAsset = new WipRepository(); return(Json(FixedAsset.InfoCalendarPM(thn), JsonRequestBehavior.AllowGet)); }