private void createProjectToolStripMenuItem_Click(object sender, EventArgs e) { Project l = Project.getInstance(); l.Show(); this.Hide(); }