public IEnumerable <ProvinceDisplay> GetProvinces()
 {
     return(BuildProvinceCollection(AllowableShipCounties.Where(x => x.Provinces.Any())));
 }