public IActionResult ArticleDetail(int ArticleID)
 {
     return(View(_articlesData.GetDetail(ArticleID)));
 }