void cwnd_selectPlace_Loaded(object sender, RoutedEventArgs e)
        {
            WServiceClient wc = new WServiceClient();

            wc.ws_selectDBTreeCompleted += new EventHandler <ws_selectDBTreeCompletedEventArgs>(wc_ws_selectDBTreeCompleted);
            wc.ws_selectDBTreeAsync(3); // Places tree without baseItems
        }
 void cwnd_selectPlace_Loaded(object sender, RoutedEventArgs e)
 {
     WServiceClient wc = new WServiceClient();
     wc.ws_selectDBTreeCompleted += new EventHandler<ws_selectDBTreeCompletedEventArgs>(wc_ws_selectDBTreeCompleted);
     wc.ws_selectDBTreeAsync(3); // Places tree without baseItems
 }