public bool AddPrice(Price NewPrice) { var PriceAdded = _repository.AddPrice(NewPrice); return(PriceAdded); }