protected virtual void OnPrintClicked() => PrintClicked?.Invoke(this, EventArgs.Empty);
protected virtual void OnPrintClicked(ObservableCollection <Machine> collection) { PrintClicked?.Invoke(this, new FactureEventArgs <Machine>(facture, collection)); }