private void btnRelatorios_Click(object sender, EventArgs e) { Rel tela = new Rel(); tela.ShowDialog(); }