// GET: api/Flights public List <addTripsDetails_Result> Get() { return(db.addTripsDetails().ToList()); }