public function ConsultarRegistro($id_pedido)
 {
     return $this->oPedidoFacturaDetalle->ConsultarRegistro($id_pedido);
 }