public IEnumerable <JobsCountForSpecificDate> Get(int month, int year) { return(_jobRepository.GetCalendarEventsData(month, year)); }