/**
  * @return EE_Form_Section_Proper
  * @throws \EE_Error
  */
 public function parent_section()
 {
     $this->ensure_construct_finalized_called();
     return parent::parent_section();
 }