public void ArticleDelete(int ArticleID)
 {
     _context.ArticleDelete(ArticleID);
 }