public void Execute()
 {
     Receiver.AddProduct(ProductToAdd);
     NotifyOnFinish?.Invoke(EventReceiver, new AddCommandEventArgs());
 }