/// <summary>
 /// Holds the Lettuce when the hold Lettuce button is clicked.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="args"></param>
 private void OnHoldLettuce(object sender, RoutedEventArgs args)
 {
     Burger.HoldLettuce();
 }