public function answered()
 {
     $data['questions'] = Question::GetAnsweredQuestions();
     $data['title'] = "Answered";
     return view('questions.index')->with($data);
 }