// GET: api/Trips/5 public IEnumerable <CommonTrip> Get(string email) { return(TripManager.RetrieveTripsByClient(email)); }