protected Unit getHoveredUnit() {
   return stage.getHoveredUnit();
 }
 public void startContext() {
   stage.setContext(this);
 }