}
@Override
protected PagingNavigation newNavigation(IPageable pageable, IPagingLabelProvider labelProvider) {
// make sure we don't have too many links, it gets quite busy in popups
PagingNavigation navigation = super.newNavigation(pageable, labelProvider);
navigation.setViewSize(5);
return navigation;
}