private void ShowFrmProfile(Framework.Entity.Model model, System.Reflection.Assembly ass) { FrmArrayList win = new FrmArrayList(chapter, ass.CreateInstance(model.Class)); win.CreateModuleIntance += new Framework.Interface.Workbench.FrmArrayList.CreateModuleHandle(CreateModule); win.ShowDialog(); }