public void RemoveFromSelection(Unit u)
 {
     selectedPlatoon.RemoveUnit(u);
     u.SetSelected(false);
 }