private void GetAttendeesOnBookingGoing()
 {
     StudentsOnBookingGoing = new List <Student>();
     StudentsOnBookingGoing = Persistance.GetAttendeesOnBookingGoing(SelectedBooking.BookingID);
 }