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

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