public static function ConOperacion($stringCampo, $operacion, $stringValor)
 {
     $temp = new self($stringCampo, $stringValor);
     $temp->SetOperacion($operacion);
     return $temp;
 }