Error:The model backing the ‘EFSqlConnection’ context has changed since the database was created. Consider using Code First Migrations to update the database
Measure:Initialization Never Create Database
static EFSqlConnection()
{
Database.SetInitializer<EFSqlConnection>(null);
}