// update the notice
ViewChangeCityPlayerProxy proxy = new ViewChangeCityPlayerProxy(city, EViewChangeEvent.NOTICE_MARKET_BOOTH);
new ViewChangeEvent(NoticeView.class).notify(proxy);
// Open the dialog
final double dialogScale = scaleMap.get(SCENE_IMAGE_NAME);
dialogUpdater.updateDialog(new TradingStockDialog(topLeft, dialogScale, city));
}