public function stations_select()
 {
     $stations = Station::lists('nombre', 'id');
     return response()->json($stations);
 }