protected void btDelete_Click(object sender, EventArgs e) { _accEntity.Delete(_accountID); this.RedirectToIndex(); }