The projects in my solution are set up like this:...App.Data...App.Models...App.Web...In App.Data, I'm using Entity Framework to access my data with a bunch of Repositories to abstract interaction with it. For obvious reasons, I would like my App.Web to r...