def destroy
    @controlled_vocabulary_term.destroy
    respond_to do |format|
      if @controlled_vocabulary_term.destroyed?
        format.html { destroy_redirect @controlled_vocabulary_term, notice: 'OTU was successfully destroyed.' }