public function index()
 {
     $this->crash_reports = CrashReport::findAll();
 }