public function index()
 {
     $questions = Questions::all();
     return View::make('questions.index', compact('questions'));
 }