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