public List <Korisnik> GetAllUsers()
 {
     return(_korisnikService.getAllUsers());
 }