public IEnumerable <FullListCalendarEvents> Get()
 {
     return(_service.GetAllEvents());
 }