public void DeleteNoteTrack(INoteTrack note, bool delNote)
 {
     throw new NotImplementedException();
 }
 public void AddNoteTrack(INoteTrack note)
 {
     throw new NotImplementedException();
 }