public bool CheckExistsArticlesByTitle(string title) { return(dal.CheckExistsArticlesByTitle(title)); }