public GameCountry(StaticCountry country) : base(country) { }
public StaticCountry(StaticCountry country) { Name = country.Name; DataType = country.DataType; TagName = country.TagName; }