/**
  * Gets the internal model elements that are selected.
  *
  * @return
  */
 protected List getWidgetSelection() {
   Graph control = (Graph) getControl();
   return control.getSelection();
 }