public void VratiSveRepertoareZaCmb(ComboBox cmbRepertoar)
 {
     cmbRepertoar.DataSource = kom.VratiSveRepertoare();
 }