public function renew_student()
 {
     $this->student_model->updateSY_SEM_ID(Session::getSY_SEM_ID(), Session::get_user());
     header("Location: " . HOST . "/student/index.php");
 }