protected override IQueryable <GeoInformation> BaseQuery(IFetchStrategy <GeoInformation> fetchStrategy = null)
        {
            if (!AllItems.Any())
            {
                LoadItems(FileNames);
            }

            return(AllItems.AsQueryable <GeoInformation>());
        }