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