public static function CConexionABM($host, $user, $pass)
 {
     $temp = new self();
     $temp->SetHost($host);
     $temp->SetUser($user);
     $temp->SetPass($pass);
     return $temp;
 }