public IList <ProductInShop> GetProductInShopsByProductName(string productName)
 {
     return(productInShopService.GetProductInShopsByProductName(productName));
 }