pub type Orders = HashMap<String, Box<dyn Order>>;
Map of orders. Each province occupied by a unit have an associated order.
pub struct Orders { /* private fields */ }