nexPage method

void nexPage()

Implementation

void nexPage() {
  page = page + limit;
}