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

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