I have an MVC3 and EF 4 Code First application, which is configured to change the DB when the model changes, by setting the DB Initializer to a ...DropCreateDatabaseIfModelChanges<TocratesDb>..., where ...TocratesDb... is my derived ...DbContext.......I h...