Service:
public Cart AddProductToCart(Product product, Cart cart) { CartProduct cartProduct = new CartProduct();