public ActionResult <Model.KorisnikModel> EditKorisnik(int id, KorisnikUpdateRequest korisnik) { return(_service.EditKorisnik(id, korisnik)); }