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