public DataTable bookAmountSel(int amount) { adminDA admin = new adminDA(); return admin.bookAmountSel(amount); }