private TestResult GetTestResultsByTeam(IORM ormObj, int teamID) { return(ormObj.GetTeamMemberByTeam(teamID)); }