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

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