def concern_note_withdrawn(note, sent_at = Time.now)
    subject=    "Team Consultation Form Withdrawn -- #{note.school_team_name}"
    recipients= note.recipients.collect(&:email).join(",")
    @district = note.student.district
    @recipient_name= note.recipients.join(", ")