public KorisnikEditRequest EditById(int id)
 {
     return(_korisnikService.GetKorisnikEdit(id));
 }