public function updateCMSFields(FieldList $fields)
 {
     $fields->removeByName(self::InternalLinkRelationship . 'ID');
     parent::updateCMSFields($fields);
     // TODO: Change the autogenerated stub
 }