app.controller('ModalEditEnergyStorageContainerLoadCtrl', function($scope, $uibModalInstance, params) {
      $scope.operation = "ENERGY_STORAGE_CONTAINER.EDIT_ENERGY_STORAGE_CONTAINER_LOAD";
      $scope.energystoragecontainerload = params.energystoragecontainerload;
    $scope.points=params.points;
    $scope.meters=params.meters;