private void loadDataVaoComboBox() { List <string> manl = new List <string>(); manl = maBUS.Laymama(); comboBox3.DataSource = manl; }