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