public abstract void UpdateCartProduct(CartProductInfo CartProduct);
public abstract int NewCartProduct(Guid CartId, CartProductInfo CartProduct);