public bool GetAllTestByBillNumber(string billNumber)
 {
     return(paymentGateway.GetAllTestByBillNumber(billNumber));
 }