public IEnumerable <Article> GetArticleByEmailList(string email) { return(am.GetArticleByEmail(email)); }