private void UnosUgovora_Load(object sender, EventArgs e)
 {
     kki.vratiSveInstruktore(cmbInstruktor);
     kki.vratiSveObuke(cmbObuka);
     kki.vratiSveUcenike(dgvUcenici);
 }