public function getAnnounces($strWhere, $arrLimit, $arrOrder = false)
 {
     return parent::getAnnounces($strWhere, $arrOrder, $arrLimit);
 }