public void AbortGathering(ViewModels.Warehouse.Gathering gathering)
 {
     _dataService.AbortGathering(gathering.GatheringId);
 }
 public void CompleteGathering(ViewModels.Warehouse.Gathering gathering)
 {
     _dataService.CompleteGathering(gathering.GatheringId);
 }