public function get_order($id, Order $order)
 {
     return $order->get_order_by_id($id);
 }