protected String noCommas(String string) { return Utils.noCommas(string); }
protected String format(Date date) { return Utils.getDateString(date); }