this.newStarNotifier.addListener(this.obsFilterDialog
.createNewStarListener());
this.observationSelectionNotifier.addListener(this.obsFilterDialog
.createObservationSelectionListener());
this.modelDialog = new ModelDialog();
this.newStarNotifier.addListener(this.modelDialog
.createNewStarListener());
this.modelCreationNotifier.addListener(this.modelDialog
.createModelCreationListener());