/** {@inheritDoc} */
 public Collection<Project> getAll() {
   return projectDAO.getAll();
 }