Created team not appearing

I am creating a team and adding players to it using the following

RelationshipManager.PlayerTeam teama = new RelationshipManager.PlayerTeam();
teama.AddPlayer(player);

However the teams do not appear in the bottom left when i create and add players to them, am i doing something wrong?

Create a team with
RelationshipManager.Instance.CreateTeam()​