public Patient GetPatientByBillId(int billId)
        {
            return(paymentGateway.GetPatientByBillId(billId));

            //throw new NotImplementedException();
        }