/**
  *
  * This function allows Fields to cleanup any additional things before it is removed
  * from the section.
  * @return boolean
  */
 public function tearDown()
 {
     self::removeSectionAssociation($this->get('id'));
     return parent::tearDown();
 }
 /**
  *
  * This function allows Fields to cleanup any additional things before it is removed
  * from the section.
  * @return boolean
  */
 public function tearDown()
 {
     return parent::tearDown();
 }