public void CookVegSalad() { cook.Wash("Vagetables"); cook.Slice("Vegetables"); cook.AddDressing("Veg Salad"); cook.ServeDish("Veg Salad"); }