{
ISelection sel = HandlerUtil.getCurrentSelection(event);
final ProjectSpace projectSpace = (ProjectSpace) ((StructuredSelection) sel).getFirstElement();
final Shell shell = HandlerUtil.getActiveWorkbenchWindow(event).getShell();
final RuleApplicationWizard wizard = new RuleApplicationWizard(projectSpace.getProject());
final WizardDialog dialog = new WizardDialog(shell, wizard);
new EMFStoreCommand() {
@Override