protected void btnRestart_Click(object sender, EventArgs e) { SessionHelper.Set <List <Cat> >("cats", null); Response.Redirect("~/"); }