The model backing the \'MyDbContext\' context has changed since the database was created. Consider using Code First Migrations to update the database (http://
Entity Framework detects something about the model has changed, you need to do something to the database to get this work. Solution: 1. enable-migrations 2. update-database