private void AddRestockEvent()
 {
     _Service.RestockCatalog(CatalogId, UserId, Amount);
     GetEvents();
 }