public void add(Scope scope) { children.Add(scope); }
public Scope(Scope parent) { this._parent = parent; initialise(); }