public Project_ProjectInfoDTO getProjectInfo(string CODE) { ProjectRepo repo = new ProjectRepo(); return(repo.GetProjectInfo(CODE)); }