private void txtIGST_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validations.Amount(sender, e);
 }