public function testGetSetHasCharges()
 {
     $this->assertFalse($this->poa->getApplicationHasCharges());
     $this->assertTrue($this->poa->setApplicationHasCharges(true) instanceof PowerOfAttorney);
     $this->assertTrue($this->poa->getApplicationHasCharges());
 }