public string addNewPlayer(string firstName, string lastName, UInt32 id, CCommunicationDetails commDet) { m_teams.getDefultTeam().addPlayer(new CPlayer(firstName, lastName, id, commDet)); return("");//TBD have to check which test i missed }