private void funçãoToolStripMenuItem1_Click(object sender, EventArgs e) { try { TelaFuncao TF = new TelaFuncao(); TF.Show(); } catch (Exception ex) { throw new Exception("Erro ao abrir tela de cadastro do Função " + ex.Message); } }