private void FilterToggledManual(bool AFilterPanelIsCollapsed)
 {
     if ((FFilterFindLogicObject == null) && !AFilterPanelIsCollapsed)
     {
         FFilterFindLogicObject = new TUC_CostCentreListFilterFind(FFilterAndFindObject);
     }
 }
 private void FilterToggledManual(bool AFilterPanelIsCollapsed)
 {
     if ((FFilterFindLogicObject == null) && !AFilterPanelIsCollapsed)
     {
         FFilterFindLogicObject = new TUC_CostCentreListFilterFind(FFilterAndFindObject);
     }
 }