def destroy
      if @sponsorship_level.destroy
        redirect_to admin_conference_sponsorship_levels_path(conference_id: @conference.short_title),
                    notice: 'Sponsorship level successfully deleted.'
      else