public async Task <KorisnikDto> AddUser(PostUserDto postUser) { var user = await _service.PostUser(postUser); return(user); }