public static IDisposable CreateChangeScope()
 {
     PopulateData.CreateTableAndPopulateData();
     return(new CustomObjectContextChangeScope());
 }