public FrmFront() { InitializeComponent(); RegisterElements(); configController = new ConfigController(this); frontController = new FrontController(this, configController); frontController.Init(); }