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