public List <ShowProductList> GetProductListFromCache() { ProductCache productCache = RemotingHelp.GetModelObject <ProductCache>(); return(productCache.GetProductListFromCache()); }