// Get a list of all the tables from the DAO public List <Table> GetAllTables() { return(table_DAO.GetAll()); }