getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new CloneFormAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
addSpecificChildAction = new AddEndingFormAsChildAction(this);
addSpecificChildAction.setSelectionProvider(getGraphicalViewer());
getActionRegistry().registerAction(addSpecificChildAction);
getSelectionActions().add((addSpecificChildAction).getId());
}