public static Decimal Subtract(this Decimal d1, Decimal d2)
 {
     return(Decimal.Subtract(d1, d2));
 }