thePart.setIconURI(imageURI);
}
getPresentationEngine().removeGui(refElement);
} else {
IEclipseContext curContext = modelService.getContainingContext(element);
MPlaceholder currentRef = refElement.getCurSharedRef();
IEclipseContext newParentContext = modelService
.getContainingContext(currentRef);
List<MContext> allContexts = modelService.findElements(
refElement, null, MContext.class, null);
for (MContext ctxtElement : allContexts) {