public ActionResult <Model.KorisnikModel> AddKorisnik(KorisnikUpdateRequest korisnik)
 {
     return(_service.AddKorisnik(korisnik));
 }