private function getAll()
 {
     return SectionType::orderBy('id', 'asc');
 }