public Cup(Coffee coffee) { CoffeeShot = new Coffee(coffee.Size); }
public Cup() { CoffeeShot = new Coffee(CupSize.M); }