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