private static void DodjeliRedniBroj(Emisija emisija)
 {
     RedniBrojDodaneEmisije++;
     emisija.SetRedniBroj(RedniBrojDodaneEmisije);
 }