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

            return(x);
        }