_calendarData = new CalendarServiceData();
_calendarService = new CalendarServiceImpl();
_calendarService.setData(_calendarData);
_extendedCalendarService = new ExtendedCalendarServiceImpl();
_extendedCalendarService.setCalendarService(_calendarService);
_service.setCalendarService(_extendedCalendarService);
}