public bool ChangeArticle(int id, ArticleEntity article) { return(_articleDal.ChangeArticle(id, article)); }