private void ReceivePlayer(Player obj) { Player = obj; if (obj.Team != null) { Player.Team = TeamList.Find(t => t.Id == obj.Team.Id); } }