// search rented public DataTable searchDAORented(string cid, string status) { db = new DatabaseAccess(); dt = db.DAOsearchRented(cid, status); return dt; }