public void CopyFrom(Annotation Other)
            {
                Element             = Other.Element;
                FirstRunnable       = Other.FirstRunnable;
                RunnableParentBlock = Other.RunnableParentBlock;
                RunnablesCount      = Other.RunnablesCount;

                TreeViewNode = Other.TreeViewNode;
                ListViewItem = Other.ListViewItem;

                SourcePosition   = Other.SourcePosition;
                CompiledPosition = Other.CompiledPosition;

                IDE = Other.IDE;
            }
            public void CopyFrom(Annotation Other)
            {
                Element = Other.Element;
                FirstRunnable = Other.FirstRunnable;
                RunnableParentBlock = Other.RunnableParentBlock;
                RunnablesCount = Other.RunnablesCount;

                TreeViewNode = Other.TreeViewNode;
                ListViewItem = Other.ListViewItem;

                SourcePosition = Other.SourcePosition;
                CompiledPosition = Other.CompiledPosition;

                IDE = Other.IDE;
            }