private void pregledClanovaToolStripMenuItem_Click_1(object sender, EventArgs e) { var frm = new frmClan(); frm.MdiParent = this; frm.Show(); }