/// <summary>
 /// Database manager construction.
 /// </summary>
 public ManagedDatabaseManager()
 {
     root = ManagedNode.CreateNew(this);
 }