OK will try this and see what it does for us.
So there is no way to shut off the DB connection and work disconnected?
The Mock reads data from XML files, creates instances of entities and returns populated class instances to the business layer. The Provider layer allows us to switch out the DB with XML files easily for testing specific scenarios without creating bogus data in our test DB.