public void addTestNote(PatientNote patientNote) { testNotes.Add(patientNote); }
public void addNote(PatientNote patNote) { notes.Add(patNote); }