public function persist(Article $article)
 {
     $this->repository->persist($article);
 }