private void categoryToolStripMenuItem_Click(object sender, EventArgs e) { AddCategory ac = new AddCategory(); ac.ShowDialog(this); }