private void MainForm_KeyPress(object sender, KeyPressEventArgs e) { view.VC = this; view.KeyPress(e); }