public WebFactorTreeNode GetFactorTreeNode(Boolean refresh)
 {
     if (_factorTreeNode.IsNull() || refresh)
     {
         _factorTreeNode = FactorManagerTest.GetForestFactorTreeNode(GetContext());
     }
     return(_factorTreeNode);
 }