Pre populate a Module with items on Install
Ok so I know how to create items easy,
var manager = new ProductsManager(); var application = manager.CreateProduct(); application.Title = "My Product"; application.SaveChanges();I put it in ConfigManager_Executed method after the reset and it works now in case anyone else is interested.