private void btnDnevnik_Click(object sender, EventArgs e) { Dnevnik frmDnevnik = new Dnevnik(); this.Hide(); frmDnevnik.ShowDialog(); this.Close(); }