private void funcionariosButton_Click(object sender, EventArgs e) { funcionariosForm formFunc = new funcionariosForm(); formFunc.ShowDialog(); }