function UberNullValidationConstraint(field) {
    this.message = 'Field {{ field_name }} should be null.';

    this.validate = function () {
        var error = '';