public void RemoveOwnedHarbor(Harbor harbor) { OwnedHarbors.Remove(harbor); }
public void AddOwnedHarbor(Harbor harbor) { OwnedHarbors.Add(harbor); }