private void CalculateRate() { CompoundInterestItemRate.Rate = CompoundInterest.CalculateRate(CompoundInterestItemRate); RaisePropertyChanged("CompoundInterestItemRate"); }