public List <PaymentViewModel> GetPaymentByBookingId(string id)
 {
     return(BookingDataRepository.GetProviderPaymentViewModelByBookingId(id));
 }