protected void Button2_Click(object sender, EventArgs e)
        {
            string kelime = TextBox1.Text;

            DataList1.DataSource = bgl.KullaniciArama(kelime);
            DataList1.DataBind();
        }