private void articlesToolStripMenuItem_Click(object sender, EventArgs e) { var articles = new Articles(); articles.Show(); }