public void AddProduct(int customerId, int productId) => customerService.AddProduct(customerId, productId);