public void VratiSvaMesta(ComboBox cbMesta) { cbMesta.DataSource = komunikacija.VratiSvaMesta(); cbMesta.DisplayMember = "Naziv"; }