function getController() {
    ctrlFactory.get.call(this, '/rest/admin/accountnwdayscalendars/:id');

    this.controllerAction = function() {
        this.jsonService(this.service('admin/accountnwdayscalendars/get'));