public Takmicenje GetById(int id)
 {
     return _TakmicenjeService.GetById(id);
 }