handler.displayConsumtionProductionDialog(city, this);
break;
}
case TO_BALANCE:{
PortSceneHandler handler = (PortSceneHandler) SceneHandlerFactory.getSceneLoader(viewState, getBounds(), xmlLoader, resolver);
handler.displayTradingOfficeBalanceDialog(city, this);
break;
}
case TO_CONSUMPTION_PRODUCTION:{
PortSceneHandler handler = (PortSceneHandler) SceneHandlerFactory.getSceneLoader(viewState, getBounds(), xmlLoader, resolver);
handler.displayConsumtionProductionDialog(city, this);