public List <string> GetListaUseraNotifikacije(int utakId)
 {
     return(takmicenjeService.GetListaUseraNotifikacije(utakId));
 }