private TestResult GetTestResultsByProject(IORM ormObj, int projectID) { return(ormObj.GetTeamMemberByProject(projectID)); }