protected void ButtonSil_Click(object sender, EventArgs e)
        {
            int aboneNo = int.Parse(TxtAboneNo.Text);


            AboneRepository.DeleteAbone(aboneNo);

            Response.Redirect("TumAboneler.aspx");
        }