protected function buildFrom()
 {
     $this->_selectBuilder->from->add(Gpf_Db_Table_Broadcasts::getName(), 'b');
     $this->_selectBuilder->from->addInnerJoin(Gpf_Db_Table_MailTemplates::getName(), 't', 'b.templateid=t.templateid');
 }