public function jsonIndex()
 {
     return Station::select(['id', 'name', 'latitude', 'longitude'])->get();
 }