public static ABMLNegra getVentana()
 {
     if (ventana == null)
         ventana = new ABMLNegra();
     return ventana;
 }
 private void ABMLNegra_FormClosed(object sender, FormClosedEventArgs e)
 {
     ventana = null;
 }