public ProductsController()
 {
     _products = new ProductDataService();
     _products.AddAWholeLotOfProducts();
 }