I want to add controller in my MVC 4 application in VS2012 as this image:
Model:
User following for providerName = "System.Data.SqlServerCe.4.0"
providerName = "System.Data.SqlServerCe.4.0"
<add name="MovieDBContext" connectionString="Data Source=|DataDirectory|\Movies.sdf" providerName="System.Data.SqlServerCe.4.0" />