public List <TabelaStavka> GetTabela(int id)
 {
     return(takmicenjeService.GetTabela(id));
 }