public function findAllBySql($sql, $params = array())
 {
     return $this->prepareRecords(parent::findAllBySql($sql, $params));
 }