app.controller('ModalEditPhotovoltaicPowerStationCtrl', function($scope, $uibModalInstance, params) {
    $scope.operation = "SETTING.EDIT_PHOTOVOLTAIC_POWER_STATION";
    $scope.photovoltaicpowerstation = params.photovoltaicpowerstation;
    $scope.costcenters=params.costcenters;
    $scope.contacts=params.contacts;