public function testSetGetRelationshipToDonor()
 {
     $expected = 'Test Relationship';
     $this->attorney->setRelationshipToDonor($expected);
     $this->assertEquals($expected, $this->attorney->getRelationshipToDonor());
 }