What I'm trying to do:
I have a table of users and a table of bridges. The relationship between bridges and users is many-to-many. I am given a user and an IEnumerable of bridges, and I'm trying to add the user to each of the bridges in the IEnumerable. I have a table of user