// EDIT MENU
// EDIT: Add new record
super.addCommand(new AddCommand<E>("edit_new", this.getController()));
// EDIT: Update selected
super.addCommand(new EditSelectedCommand("edit_update_selected", this.getController()));
// EDIT: Remove selected
super.addCommand(new RemoveSelectedCommand("edit_remove_selected", this.getController()));
// menu VIEW