private void jButtonSummaryActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_jButtonSummaryActionPerformed
   controller.requestNavigationTo("Summary", null);
 } // GEN-LAST:event_jButtonSummaryActionPerformed
 private void searchFieldKeyTyped(
     java.awt.event.KeyEvent evt) { // GEN-FIRST:event_searchFieldKeyTyped
   if (getName().length() > 3) {
     controller.newSearchEvent();
   }
 } // GEN-LAST:event_searchFieldKeyTyped
 private void searchFieldActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_searchFieldActionPerformed
   setSearchResult(controller.findResultFor(getSearchText()));
 } // GEN-LAST:event_searchFieldActionPerformed
 private void jButtonNewDishActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_jButtonNewDishActionPerformed
   controller.newDishEvent();
 } // GEN-LAST:event_jButtonNewDishActionPerformed
 private void BtnTableSelectionActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_BtnTableSelectionActionPerformed
   controller.newTableSelection();
 } // GEN-LAST:event_BtnTableSelectionActionPerformed
 private void newDishItemActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_newDishItemActionPerformed
   controller.newDishEvent();
 } // GEN-LAST:event_newDishItemActionPerformed
 private void quitItemActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_quitItemActionPerformed
   controller.quitEvent();
 } // GEN-LAST:event_quitItemActionPerformed
 private void formWindowClosing(
     java.awt.event.WindowEvent evt) { // GEN-FIRST:event_formWindowClosing
   controller.quitEvent();
 } // GEN-LAST:event_formWindowClosing