public void ShowContextMenu(IReadOnlyList <IBaseNode> baseNodes, Point popupLocation)
        {
            if (_journalDiagram == null)
            {
                return;
            }

            _multipleNodeContextMenuFactory.CreateFor(baseNodes, this).Show(_view, popupLocation);
        }