public async Task <KorisnikDto> GetUserById([FromRoute] int id)
 {
     return(await _service.GetUserById(id));
 }