hotelDelegate.setLocaleContainer(localeContainer);
hotelDelegate.setUserContainer(userContainer);
hotelDelegate.setUserManager(userManager);
hotelDelegate.setStructureManager(structureManager);
confirmedDelegate = new ConfirmedBookingDelegate();
confirmedDelegate.setManager(bookingManager);
priceControllerDelegate=new PriceListControllerDelegate();
priceControllerDelegate.setStructureManager(structureManager);
priceControllerDelegate.setPriceManager(priceManager);