public ActionResult DeleteConfirmed(int id)
 {
     DbLogic.DeleteArticle(id);
     return(Redirect("MyArticles"));
 }