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