public void Remove(ProductBase product)
 {
     _content.Remove(product);
 }
 public void Add(ProductBase product)
 {
     _content.Add(product);
 }