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

            $return[] = $LocoClass->getArray();
        }