private void categoriiToolStripMenuItem_Click(object sender, EventArgs e) { Categorie frm = new Categorie(); frm.Show(); }