public DestinationCard(LondonLocation location, RouteType routeType, string region, string name) : this(routeType, region, name)
 {
 }
 public DestinationCard(LondonLocation location, RouteType routeType, string region) : this(routeType, region, location.ToString())
 {
 }