private void btnPocetak_Click(object sender, EventArgs e)
 {
     frmGlavna pocetak = new frmGlavna();
     this.Hide();
     pocetak.Show();
 }