public override string ToString() { return(_owner + " " + _territoryType.ToString()); }
public TerritoryType(TerritoryTypeEnum type) { _name = type.ToString(); }