public Team GetByID(int?id) { //team TeamDTO tDTO = _teamContext.GetByID(id); Team t = BuildTeamModel(tDTO); return(t); }