public function testFindNew()
 {
     $r = $this->repository->findNew();
     $this->assertEquals(2, count($r));
 }