def destroy
    @taxon_name_relationship.destroy
    respond_to do |format|
      if @taxon_name_relationship.destroyed?
        format.html { destroy_redirect @taxon_name_relationship, notice: 'Taxon name relationship was successfully destroyed.' }