private int getCusIDByName(string name) { ReceiptAuditAdapter raa = new ReceiptAuditAdapter(); int id = raa.getIDByName(name); return(id); }