public TurkeyClub() { sandwich = new Sandwich("Turkey Club"); }
public BLT() { sandwich = new Sandwich("BLT"); }
public HamAndCheese() { sandwich = new Sandwich("Ham and Cheese"); }