public List <FriendModel> getAllFriends(string keyDialog, bool searchForCreate)
        {
            AuthorizationUtils authorization = new AuthorizationUtils(Request);

            return(logic.getAllFriendsLogic(authorization.getUserId(), keyDialog, searchForCreate));
        }