public static Byte ToByte(this Decimal value)
 {
     return(Decimal.ToByte(value));
 }