public List<Autor> buscarTodos() {
   return autorRepository.findAll();
 }