priceControllerDelegate=new PriceListControllerDelegate();
priceControllerDelegate.setStructureManager(structureManager);
priceControllerDelegate.setPriceManager(priceManager);
priceControllerDelegate.setTypologyManager(typologyManager);
mapcontroller = new MapController();
mapcontroller.setStructureManager(structureManager);
}