private void LoginForm_Load(object sender, EventArgs e) { loginController = new LoginController(); mainForm = (MainForm)this.MdiParent; }