public void DeleteArticle(string username, int blogId, int articleId)
 {
     _articleDomainService.DeleteArticle(username, blogId, articleId);
 }