public function testSetGetId()
 {
     $this->correspondence->setId($this->data['id']);
     $this->assertEquals($this->data['id'], $this->correspondence->getId());
 }