protected void InitSystem_Click(object sender, EventArgs e) { ShopHandler s = new ShopHandler(); s.InitSystem(); Response.Redirect("~/Home.aspx"); }