public void ClearSelection()
        {
            mapSystem.ClearSelection();

            entityLabeler.Clear();
            infoWindow.Deactivate();
        }