public void setShowReadOnly(boolean showReadOnly) {
   projectPagedListDataModel.setFilterReadOnly(!showReadOnly);
   this.showReadOnly = showReadOnly;
 }
 public void setShowActive(boolean showActive) {
   projectPagedListDataModel.setFilterActive(!showActive);
   this.showActive = showActive;
 }