public void BookingSaveOrUpdate(Booking booking)
 {
     SeriesRepository.CloseSession();
     BookingRepository.SaveOrUpdate(booking);
 }