public void ParagraphComments(ICommentProperties commentInfo)
 {
     if (!_tqaDeletion)
     {
         _buffer.ParagraphComments(commentInfo);
     }
 }