$scope.saveProgramProduct = function() {
      if (Object.keys($scope.program_product).length > 0) {
        storageService.save(storageService.PROGRAM_PRODUCTS, $scope.program_product)
          .then(function() {
            var msg = ($scope.uuid) ? {