public BarbecueLasagna()
 {
     this.ingredientsFactory = new GlobalLasagnaIngredientFactory();
 }
 public TomatoLasagna()
 {
     this.ingredientsFactory = new ItalianLasagnaIngredientsFactory();
 }