MessageDialog.openError(Display.getDefault().getActiveShell(),
"Error", "Selected entity should not be empty");
return;
}
tid.create();
tid.getShell().setSize(350, 170);
tid.setTitle("Parameters dialog");
tid.setMessage("Please enter number of copies");
tid.open();
return;