public static DeliveryOutput Get(Guid guid)
 {
     return(DeliveryDB.GetOutput(guid));
 }