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