public List <Friend> GetFriends(int id)
        {
            var x = _korisnikService.GetFriends(id);

            return(x);
        }