private void OnUnitMouseExitOnBoard(UnitDisplay unit)
 {
     CursorController.SetPointer();
     unit.OverHighlightOff();
 }