public void ChangeArticleStatus(Article article)
 {
     AdminSpecificMethods.ChangeArticleStatus(article);
 }