public List <Friend> GetFriendRequest(int friendId) { var x = _korisnikService.GetFriendRequest(friendId); return(x); }