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

    this.controllerAction = function() {
        this.jsonService(this.service('user/recoverquantities/get'));