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

    $scope.operation = "SETTING.ADD_ENERGY_STORAGE_CONTAINER";
    $scope.costcenters=params.costcenters;
    $scope.contacts=params.contacts;