public void CreateArticle(string username, int blogId, Article article)
 {
     _articleDomainService.CreateArticle(username, blogId, article);
 }