public IList <CalendarEvent> GetByCountry(Country country)
 {
     return(_calendarEventRepository.GetByCountry(country.ToString(), country.TimeZoneIds));
 }