public RedirectToPageResult OnPostCancel(long id) { _commentApplication.Cansel(id); return(RedirectToPage("./List")); }