/**
  * List action - lists airports in alphabetical order
  */
 public function all()
 {
     $this->respond($this->_airportRepo->getAll());
 }
 /**
  * List action - lists airports in alphabetical order
  */
 public function all()
 {
     $this->respond($this->_tripsRepo->getAll());
 }