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