public void MakeSandwich()
 {
     _wheat.Add();
     _ham.Add();
     _lettuce.Add();
 }