public List <Project> GetAllProjects() { var projects = _projectDAO.GetAllProjects(); return(projects); }