public Note()
 {
     Pitch = new Pitch();
     Notations = new Notations();
 }
 public Note()
 {
     Pitch     = new Pitch();
     Notations = new Notations();
 }