public override void drawElement(SpriteBatch s)
 {
     // Just draw both elements
     labelUnitSelection.drawElement(s);
     buttonRemoveSelection.drawElement(s);
     buttonAddSelection.drawElement(s);
 }
 public override void drawElement(SpriteBatch s)
 {
     // Just draw both elements
     labelBuildingNameAndCost.drawElement(s);
     buttonBuildBuilding.drawElement(s);
 }