public function deletePertanyaan($id)
 {
     Pertanyaan::deletePertanyaan($id);
     return redirect()->back()->with('message', 'Pertanyaan telah dihapus');
 }