/**
  * @param FieldList $fields
  */
 function updateCMSFields(FieldList $fields)
 {
     $fields->removebyName('SubsiteID');
 }