public static function getCountryNameFromCode($code) {
        
        $Database = (new AppCore)->getDatabaseConnection();
        
        $query = "SELECT country_name FROM geoplace WHERE country_code = ?";