public StrawberryDonutRecipe() { Donut = new BakeryProduct(); }
public CherryPieRecipe() { Pie = new BakeryProduct(); }