I'm brand new to MVC frameworks and I'm having some issues wrapping my head around how exactly this would be defined in the model.
`UserA` purposes `Offer1`
`UserB` sees and accepts `Offer1`
`Offer` is now complete
I originally had the two sets of users in different tables but that meant a lot of extra work when I think there is probably a simpler way.