public List <BookingConfirmationViewModel> Init()
 {
     return(BookingDataRepository.GetBookingConfirmationViewModel());
 }