public void UpdateProduct(int productId, Product updatedProduct)
 {
     throw new NotImplementedException();
 }
 public void AddProduct(Product newProduct)
 {
     throw new NotImplementedException();
 }