public AddEntityForm(EntityForm <T> mainForm) { this.MainForm = mainForm; InitializeComponent(); FieldsController.AddFields <T>(panel); }