/** @see org.eclipse.emf.common.command.CompoundCommand#undo() */
 @Override
 public void undo() {
   super.undo();
   refreshViewer();
 }