public TripFoto CreateTripFoto([FromBody] TripFoto tripFoto) { return(TripService.CreateTripFoto(tripFoto)); }