I want to take the time to answer this question myself so that others with a similar problem can help in the future.
Here is what I did.
Created a .edmx file in my Mods folder of my MVC project. Built MVC project
Now I can add a controller for any of the tables in the .edmx file.
Note: I thought it was best practice to create a project in my solution containing the .edmx file. I called this project myData.
I added a link to this project in my MVC project and checked this project without any problems.
I hope this helps others because the solution is so simple.
Gerry
source share