public int AddBillSequence(int id, int routeid, int flag) { dbproduct = new DBProduct(); return(dbproduct.AddBillSequence(id, routeid, flag)); }