public RedirectToPageResult OnPostActivate(long id)
 {
     _articleApplication.Activate(id);
     return(RedirectToPage("./List"));
 }