public function unlinkContact()
 {
     StudentContact::unlinkContact($_POST['id']);
     header("Location: " . $_POST['path']);
 }