public List <PruebaBE> ConsultarPruebas(int idPrueba) { PruebaBL crearPru = new PruebaBL(); return(crearPru.ConsultarPruebas(idPrueba)); }