public ProjectWorkItem(IProjectService projectService)
 {
     Projects = projectService.RetrieveProjects();
 }