private void _btnComplete_Click(object sender, EventArgs e)
 {
     using (new CursorManager(Cursors.WaitCursor))
     {
         _component.CompleteDocumentation();
     }
 }