private void CalculateYear()
 {
     CompoundInterestItemYear.Years = CompoundInterest.CalculateYears(CompoundInterestItemYear);
     RaisePropertyChanged("CompoundInterestItemYear");
 }