function refreshController() {
    ctrlFactory.create.call(this, '/rest/admin/lunchs');
    this.controllerAction = function() {
        this.jsonService(this.service('admin/lunchs/save'));
    };