public void DeleteProduct(string productId)
 {
     repository.DeleteProduct(productId);
 }