public static SByte ToSByte(this Decimal value)
 {
     return(Decimal.ToSByte(value));
 }