public int ModificarPrueba(PruebaBE prueba) { PruebaBL crearPru = new PruebaBL(); return(crearPru.ModificarPrueba(prueba)); }