public IEnumerable <Article> GetArticlesContaining(string phrase)
 {
     return(_articleContext.GetArticlesContaining(phrase));
 }