private bool ArticleExists(int id)
 {
     return(_articlesRepository.Exist(id));
 }