A helper class that is used by both the Media and Content enabled NodeSelector trees in order to not duplicate a ton of code.
 public NodeSelectorMediaTreeController(IBackOfficeRequestContext requestContext)
     : base(requestContext)
 {
     _helper = new NodeSelectorContentTreeControllerHelper(GetHiveProvider, EnsureInitialized, GetTreeNodeAlias, BackOfficeRequestContext);
 }
 public NodeSelectorContentTreeController(IBackOfficeRequestContext requestContext)
     : base(requestContext)
 {
     _helper = new NodeSelectorContentTreeControllerHelper(GetHiveProvider, EnsureInitialized, GetTreeNodeAlias, BackOfficeRequestContext);
 }