public TripFoto DeleteTripFoto(string id) { Guid guid = new Guid(); Guid.TryParse(id, out guid); return(TripService.DeleteTripFoto(guid)); }