public void InsertReturnInBill(string idList, string billNo) { using (PersistentManager pm = new PersistentManager()) { DownInBillDao dao = new DownInBillDao(); dao.SetPersistentManager(pm); dao.Insert(billNo, idList); } }