public void RemoveItem(OrderItem product) { OrdemItems.Remove(product); }
public void AddItem(OrderItem product) { OrdemItems.Add(product); }