protected override bool IsAllowedToWithdraw(decimal amount)
 {
     return(AccountUtils.IsAllowedToWithdraw(ALLOWEDBALANCEMINUS, Balance, amount));
 }