public bool GetApplicantPaymentStatus(string id)
 {
     return(BookingDataRepository.CheckApplicantPaymentStatus(id));
 }