private void _toolManager_AnnotationAdded(Annot annotation)
        {
            // Update viewer after annotation added
            PDFViewer.Update(annotation, PDFViewer.GetCurrentPage());

            ResultSnapshot snap = _undoManager.TakeSnapshot();
        }