private void Center() { CenterRequested?.Invoke(this, EventArgs.Empty); }
protected void Center() { CenterRequested?.Invoke(this, EventArgs.Empty); }