public static function getInstance() { if (self::$objInstance == null) { self::$objInstance = new NegFolhaPrevio(); } return self::$objInstance; }