private void _btnSkip_Click(object sender, System.EventArgs e)
 {
     using (new CursorManager(this, Cursors.WaitCursor))
     {
         _component.Skip();
     }
 }