public function testGetSetDescription()
 {
     $description = 'Test Description';
     $this->note->setDescription($description);
     $this->assertEquals($description, $this->note->getDescription());
 }