public async Task AddAmount(string id, int amount)
 {
     await productService.AddAmount(id, amount);
 }