/// <summary>
        /// Initializes a new instance of the <see cref="ShipCountries"/> class.
        /// </summary>
        public ShipCountries()
        {
            var model = new OrderInfoRepository();

            this.AddRange(model.ShipCountries);
        }