public void SetMoneyField(string fieldName, decimal amount)
 {
     TargetEntity.SetMoneyField(fieldName, amount);
 }