public function getForm()
 {
     if ($this->parent instanceof I2CE_Swiss_FormRelationship) {
         return $this->parent->getForm();
     }
     return parent::getForm();
 }
 public function getForm()
 {
     if ($this->parent instanceof I2CE_Swiss_MAPPED_limits_form) {
         return $this->parent->getName();
     }
     return parent::getForm();
 }
 public function getForm()
 {
     if ($this->parent instanceof I2CE_Swiss_Form_child_form_data) {
         return $this->parent->getName();
     }
     return parent::getForm();
 }
 public function getForm()
 {
     if ($this->parent instanceof I2CE_Swiss_SVS) {
         return $this->parent->getField('list');
     }
     return parent::getForm();
 }