accountSchema.methods.getAccountNWDaysCalendarQuery = function() {
        return this.model('AccountNWDaysCalendar')
            .find()
            .where('account').equals(this._id);
    };