public ActionResult GetKpiData(ReportEnums.ePeriodSelectionKinds period, int?authorId, int?storeId, int?itemId, CommonEnums.eEventItemTypes?itemType) { var facts = _reportServices.GetKpiData(period, authorId, storeId, itemId, itemType); return(Json(facts, JsonRequestBehavior.AllowGet)); }