public BootDashUnifiedTreeSection(
     IPageWithSections owner, BootDashViewModel model, UserInteractions ui) {
   super(owner);
   Assert.isNotNull(ui);
   this.ui = ui;
   this.model = model;
   this.searchFilterModel = model.getFilter();
 }