public Product(Guid id) : base(id) { Price = new ProductPrice(); }
public Product() { price = new ProductPrice(); }