protected virtual void OnPrintSuccess(PrinterEventArgs e)
 {
     PrintSuccess?.Invoke(this, e);
 }