public void Add(IMelodyPart imp) => children.Add(imp);
 public void Insert(int i, IMelodyPart imp) => children.Insert(i, imp);