/**
  * @return taoDelivery_models_classes_execution_DeliveryExecution
  */
 private function getCurrentDeliveryExecution()
 {
     $id = tao_helpers_Uri::decode($this->getRequestParameter('deliveryExecution'));
     return $this->executionService->getDeliveryExecution($id);
 }