} // !Load() public static ProductCatalog Load(string filename) { return(BMECatReader.Load(filename)); } // !Load()
} // !Save() public static ProductCatalog Load(Stream stream) { return(BMECatReader.Load(stream)); } // !Load()