public void RemoveProduct(ProductComponent p) { products.Remove(p); }
public void AddProduct(ProductComponent p) { products.Add(p); }