public List <Autor> BuscarAutor(string nombreAutor) { return(nuevoAcceso.BuscarAutor(nombreAutor)); }