public List <ProjectDto> GetAllProjectsByName(string name) { return(projectService.GetAllByName(name)); }