public Collection<ProcessSummary> getProcesses() {
   return ProcessHelper.adaptCollection(dataService.getProcesses());
 }