// File: Send Selected to Galaxy
// super.addCommand(new GalaxyCommand("send_selected_to_galaxy",
// this.getController()));
// File: Send All to Galaxy
super.addCommand(new GalaxyCommand("send_all_to_galaxy", this.getController()));
// EDIT MENU
// EDIT: Add new record
super.addCommand(new AddCommand<E>("edit_new", this.getController()));