validateAndSave: function(model) {
        model.get("validationErrors").clear();
        model.validate();

        if (model.get("isValid")) {