public function changeStatus(Section $section)
 {
     return $this->sectionManager->changeStatus($section);
 }