I'm trying to get this working with out diving into the IDE too much. (I am fairly new to ef and linq syntax)
I've got an application with a couple Roles: Admin and Sales Manager.
In this application there is an Entity called "Store"
When creating a "Store" I would like to be able to select a Sales Manager for that store (which would be a userId on the Store Table). The idea is that only users that have the role of "Sales Manager" would populate in the dropdown field.