/** Search the database for entity matches based on the codes specified in the table */
 public void searchDatabaseForMatches() {
   model.searchForMatches();
 }