foreach ($this->db->fetchAll($query, $this->id) as $row) {
            $LocoClass = new LocoClass($row['id']);
            
            $return[] = $LocoClass->getArray();
        }