private IProject project;
public CategoryListPanel(String id, String title) throws SimalRepositoryException {
super(id, title);
this.categories = SimalRepositoryFactory.getCategoryService().getAll();
SortableDataProvider<IResource> dataProvider = new SortableCategoryDataProvider(
this.categories);
addCategoryList(dataProvider);
// TODO Here we need a (hidden) addCategoryPanel to satisfy the markup. The context
// of the page however is not a project so the panel makes no real sense.
// For generic pages like the CategoryBrowsePage I imagine a different generic