void EmanetiKaydet()
 {
     nesne.EmanetKayit(tctextbox.Text, adsoyadtextbox.Text, numaratextbox.Text, iletisimtextbox.Text, txtKitapKod.Text, txtKitapAd.Text, txtYazarAd.Text, dtpbaslangıc.Value, textBox2.Text);
     MessageBox.Show("Kayıt tamamlanmıştır.", "Bilgi", MessageBoxButtons.OK, MessageBoxIcon.Information);
     EmanetListe ac = new EmanetListe();
 }
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            EmanetListe ac = new EmanetListe();

            ac.ShowDialog();
        }