private void btnStopInterface_Click(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     _conf          = ConsoleAPI.StopEIBInterface();
     UpdateView();
     Cursor.Current = Cursors.Default;
 }