void Generate()
 {
     try {
         BusyIndicator.Show();
         NavigateItems = NavigateHelper.Scan(Roots);
         GenerateTreeSource();
     }
     finally {
         BusyIndicator.Close();
     }
 }