public ShelterAnimalService(ShelterCalendarService calendarService)
 {
     _calendarService = calendarService;
 }