public Note(DataRow row, Notes notes) : base(row, notes)
 {
     _notes = notes;
 }