I am folowing a tutorial but i had to delete some entities to make some tests.I have the data in a class public class SampleData : DropCreateDatabaseIfModelChanges { protected override void Seed(MusicStoreEntities context) { data } }How can i make it happen?thxAnderson