public function createLink($page)
 {
     $routeLink = new RouteLink([$this->datagrid->getParamNameCurrentPage() => $page], $this->getRoute());
     $routeLink->setValue($page);
     return $routeLink;
 }
 public function createLink($value)
 {
     $routeLink = new RouteLink([$this->datagrid->getParamNameMaxEntries() => $value], $this->getRoute());
     $routeLink->setValue($value);
     return $routeLink;
 }