public void SetEnd(KeyScoutChild end) { this.end = end; }
public void AddChild(KeyScoutChild child) { children.Add(child); }