public int GetCount(Data.MilitaryUnitType type)
 {
     return(order.GetTroopAllocation(type));
 }
 public bool UpdateOrder(Data.MilitaryUnitType type, int change)
 {
     return(order.ChangeTroopAllocation(type, change));
 }