public virtual void Clear()
 {
     PopAllButTop();
     _root     = null;
     _document = null;
     _mainSurface.Clear();
 }