protected function buildWhere() {
     parent::buildFilter();
     $this->_selectBuilder->where->add(Gpf_Db_Table_Currencies::IS_DEFAULT, "<>", 1);
 }