public void Delete(int productId)
 {
     ProductsDataStore.Delete(productId);
 }