public function index()
 {
     $flights = Flight::all();
     return 'all flights';
 }