private void capturasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     VisorPrincipal frmVisorPrincipal = new VisorPrincipal();
     frmVisorPrincipal.Show();
 }