public List <Invitation> GetInvitation(int id) { var x = _korisnikService.GetInvitation(id); return(x); }