public WebFactorTreeNode GetFactorTree(Boolean refresh)
 {
     if (_factorTree.IsNull() || refresh)
     {
         _factorTree = FactorManagerTest.GetRedlistFactorTreeNode(GetContext());
     }
     return(_factorTree);
 }