protected function getRepository()
 {
     $repository = new PersonaRepository(DbTest::getDbAdapter());
     return $repository;
 }