export function OnAddSectionCommentButtonClicked ( ) {
            KaryFoundation.Monaco.ExecuteAddComment( Editor, KaryFoundation.Comment.Style.Section );
            Editor.focus( );
        }