public ActionResult YtdStats(int?officeId = null, int?userId = null, int?groupId = null) { return(Json(_dashboardBusiness.GetYTDStats(officeId, userId, groupId), JsonRequestBehavior.AllowGet)); }