public List <Article> GetAllArticles(string username, int blogId)
 {
     return(_articleDomainService.GetAllArticles(username, blogId));
 }