private void GLControl_KeyDown(object sender, KeyEventArgs e) { _eventAggregator.KeyDown(sender, e); GLControl.Invalidate(); }