initEvents();
ProjectController pc = Lookup.getDefault().lookup(ProjectController.class);
PartitionController partitionController = Lookup.getDefault().lookup(PartitionController.class);
if (pc.getCurrentWorkspace() != null) {
PartitionModel model = pc.getCurrentWorkspace().getLookup().lookup(PartitionModel.class);
refreshModel(model);
}
}