public function get_all_department()
 {
     $class = new students_lib();
     $class->get_all_department();
 }