public PageRequest(pageIndex as Int, pageSize as Int):
Creates a paging request.
pageIndex
pageSize
request = PageRequest(2, 50)