public MainForm() { InitializeComponent(); _exporter = new Exporter(this); _importer = new Importer(this); }