app.controller('ModalEditEnergyStorageContainerGridCtrl', function($scope, $uibModalInstance, params) {
      $scope.operation = "ENERGY_STORAGE_CONTAINER.EDIT_ENERGY_STORAGE_CONTAINER_GRID";
      $scope.energystoragecontainergrid = params.energystoragecontainergrid;
    $scope.points=params.points;
    $scope.meters=params.meters;