private void GLControl_MouseDown(object sender, MouseEventArgs e) { _eventAggregator.MouseDown(sender, e); GLControl.Invalidate(); }