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

    $scope.operation = "SETTING.ADD_VIRTUAL_POWER_PLANT";
    $scope.costcenters=params.costcenters;
    $scope.points=params.points;