public IEnumerable <ImportedEventModel> GetEvents(int year, int month) { return(_query.GetEventsInMonth(year, month)); }