public PaymentViewModel GetPayment(string id)
 {
     return(BookingDataRepository.GetApplicationPaymentViewModelById(id));
 }