private void btnNovoUsuario_Click(object sender, EventArgs e) { frmUsuarioCadastrar UC = new frmUsuarioCadastrar(); UC.ShowDialog(); }