public async void AddTeam(Team team)
        {
            await Teams.AddAsync(team);

            await SaveChangesAsync();
        }