public function testByIDEmpty()
 {
     $list = new ArrayList();
     $element = $list->byID(1);
     $this->assertNull($element);
 }