public Product GetGoodsByID(int link_id) { var pr = new ProductRepository(); // кеш тута return pr.GetGoodsByID(link_id); }