public void CreateNote()
 {
     Debug.Log("NewNote.CreateNote.");
     noteList.AddNote();
 }