private void cadastrarToolStripMenuItem_Click(object sender, EventArgs e) { FormCadastrar newform = new FormCadastrar(); newform.Show(); }