public static function getInstance()
 {
     if (self::$objInstance == null) {
         self::$objInstance = new NegParametroFone();
     }
     return self::$objInstance;
 }
 public function consultarTelefoneParametro()
 {
     return NegParametroFone::getInstance()->consultar();
 }