public function testFindByConference()
 {
     $mapper = new \IBL\FranchiseMapper($this->_conn);
     $results = $mapper->findByConference('AC');
     $this->assertEquals(12, count($results));
 }