public function rebate_status()
 {
     $posts = Rebate::rebate_status($_GET['st_id']);
     require_once 'views/student/RebateStatus.php';
 }