@Override
 public Iterable<Article> listAllArticles() {
   return repo.findAll();
 }