protected override void OnKeyDown(KeyEventArgs e) { base.OnKeyDown(e); Controller.HandleKeyPress(e.KeyCode); }