public function __construct()
 {
     parent::__construct();
     $this->instructors = Instructor::all();
     $this->section_types = SectionType::all();
     $this->terms = ['W15', 'Sp15', 'Su15'];
 }