/*
  * Refreshes all fields displayed in the window according to
  * current system objects states.
  */
 private void refreshDisplay()
 {
     clearDisplay();
     lstBookings.ItemsSource = mFacade.GetAllBookingNbs();
 }