public static string DisableShipDate(this SalesOrderHeader soh) => soh.DisableIfShipped();
 public static string DisableDueDate(this SalesOrderHeader soh)
 {
     return(soh.DisableIfShipped());
 }