private bool ChangePrice(PriceClassChangeVM priceChanged) { return(_priceRepository.ChangePrice(priceChanged.Id, priceChanged.NewPrice)); }