//Function to add items into list public void Add(Coffee coffee) { items.Add(coffee); }
public void Add(Coffee c) { parag.Add(c); }