public List <PaymentViewModel> Init()
 {
     return(BookingDataRepository.GetProviderPaymentViewModel());
 }