// build tabs
this.buildTabs();
// instanciate the selection lists
this.riskLevelSelectionModel = new RiskLevelSelectionModel();
this.businessValueSelectionModel = new BusinessValueSelectionModel();
// if there is no story to display, get a empty one from the factory
if (this.getStory() == null) {
this.setStory(AgilePlanningObjectFactory.getStory());