public List<Takmicenje> GetAktivna()
 {
     return _TakmicenjeService.GetAktivna();
 }