def complete
    @team_consultation = TeamConsultation.find(params[:id])
    @team_consultation.complete! and flash.now[:notice] = "Marked complete" if @team_consultation.recipients.include?(current_user)

    respond_to do |format|