public ProductList()
 {
     _presenter = new ProductListPresenter(this);
 }