function testIfRecordIsEmpty()
 {
     $iterator = new lmbARRecordSetDecorator(new lmbCollection(), 'LectureForTest');
     $iterator->rewind();
     $this->assertFalse($iterator->valid());
 }