public List <RasporedStavka> GetRaspored(int id)
 {
     return(takmicenjeService.GetRaspored(id));
 }