function listController() {
    ctrlFactory.list.call(this, '/rest/admin/timesavingaccounts');

    this.controllerAction = function() {
        this.jsonService(this.service('user/timesavingaccounts/list'));