I created a new project in my MVC 3 solution with a database-first Entity Framework model mapped to a SQL Server 2008 database. I included all tables, views, stored procs, etc in the model. I can see the scalar function I want to use when viewing the data model, but when I try to use a proc or function name as an object in my controller, Intellisense doesn't see it and the application errors out. Is there something else I need to be doing to use stored procedures and functions in my controller?I created a new project in my MVC 3 solution wi