public function applyToOrder(CustomerOrder $order)
 {
     $order->setOrderable(false);
 }