public void setStrategy(ICalculateInterestAmountStrategy pInterestStrategy)
 {
     _interestStrategy = pInterestStrategy;
 }
 public InterestPerformanceByAmount(ICalculateInterestAmountStrategy pInterestStrategy)
 {
     _interestStrategy = pInterestStrategy;
 }