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