app.controller('ModalAddEnergyItemCtrl', function ($scope, $uibModalInstance,params) {

    $scope.operation="SETTING.ADD_ENERGY_ITEM";
    $scope.energyItems=params.energyItems;
    $scope.categories=params.categories;