@Override
protected Object run(Presentation context)
{
final ISapphirePart part = getPart();
ShapeFactoryPart shapeFactory = (ShapeFactoryPart)part.parent();
Element element = part.getLocalModelElement();
ElementList<?> list = shapeFactory.getModelElementList();
list.moveUp(element);
SapphireDiagramEditorPagePart editorPart = part.nearest(SapphireDiagramEditorPagePart.class);
editorPart.setSelections(Collections.singletonList(part), true);