public List getAllProjects(ProjectColumnType sortColumn) {
   return projectRepository.getAllProjects(sortColumn);
 }