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