public PersonelEkle()
 {
     InitializeComponent();
     baglanti = new SqlConnection("Data Source=SQL7004.site4now.net;Initial Catalog=DB_A43BB8_vtysproje;User Id=DB_A43BB8_vtysproje_admin;Password=vtysproje18;");
     DAO_Personel.cagirCheckListBox(checkedListBox1, "Expertise");
     DAO_Personel.cagirComboBox(comboBoxUzmanlik, "Education_level");
     DAO_Personel.cagirComboBox(comboBoxGorev, "Duty");
     DAO_Personel.cagirComboBox(comboBoxBolum, "Company");
 }