public function where($params = array())
 {
     $this->query->where(new WhereClause($this->module->getModuleDbName(), $params));
     return $this;
 }