public RefreshRetailerProducts(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }
 public TestController(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }