@Override
 public void uninstall(Controller c) throws Exception {
   MainPanel msp = c.getPlugin(MainPanel.class);
   msp.removeAll(getClass());
   transformationComponent.removeChild(scalingComponent);
   super.uninstall(c);
 }