572573574575576577578579
return projetoDAO; } private void novoCenarioVolume() { CenarioVolumePresenter cenarioVolume = new CenarioVolumePresenter(this); cenarioVolume.setStrategy(new InclusaoCenario(cenarioVolume.getView())); activePanel(cenarioVolume.getView()); }