}
}
@Override
public void run() {
InsertStaffdefsDialog insertStaffdefsDialog = new InsertStaffdefsDialog(
Display.getCurrent().getActiveShell());
int dialogResult = insertStaffdefsDialog.open();
if (dialogResult != Window.CANCEL) {
contentWrapper = insertStaffdefsDialog.getContentWrapper();
entryList = insertStaffdefsDialog.getEntryList();
// contentWrapper = insertStaffdefsDialog.getContentWrapper();
// entryList = insertStaffdefsDialog.getEntryList();
execute(createMassInsertCommand());
setChecked(false);