private static void RemoveConditionsLayerNotExist(GisEditorWpfMap wpfMap)
        {
            var allLayers = wpfMap.GetFeatureLayers();

            QueryFeatureLayerWindow.ClearConditions(allLayers);
        }
 public static void CloseFindFeaturesWindow()
 {
     QueryFeatureLayerWindow.CloseQuery();
 }