private void button1_Click(object sender, EventArgs e)
 {
     _jadro.HladajHB(textBoxCas.Text, textBoxCena.Text);
     Visible = false;
 }