private void continueToolStripMenuItem_Click(object sender, EventArgs e)
 {
     KopsikApi.kopsik_continue_latest(KopsikApi.ctx);
     show();
 }