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