def destroy
    respond_to do |format|
      if @organization_user.destroy
        format.html { redirect_to organization_users_path(@organization), notice: "User was successfully removed from the organization." }
        format.json { head :no_content }