public void SeedCountriesData()
        {
            var country = new SeedCountryData();

            DataCollection.Countries.DataType = DataType.Country;
            DataCollection.Countries          = country.Countries;
        }
        public void SeedCountriesData()
        {
            var country = new SeedCountryData();

            DataCollection.Countries.DataType = DataType.Country;
            DataCollection.Countries = country.Countries;
        }