public IEnumerable <CalendarEvent> GetCalendarEvents()
 {
     return(_calendarRepository.GetAllCalendarEvents());
 }