... List
_globalMasive = new List(); ... void NewForm() { Form newForm = new DynamicForm(); _globalMasive.Add(newForm); newForm.Show(); }