tabFolder.setSelection(registrationControlCenter);
}
public void openRegistrationMapControlCenter() {
if(registrationMapControlCenter == null || registrationMapControlCenter.isDisposed()){
registrationMapControlCenter = new RegistrationMapControlCenter(tabFolder, SWT.NONE, mainScreen);
registrationMapControlCenter.display();
}
tabFolder.setSelection(registrationMapControlCenter);
}