public double CalculatePriceEarningsRatio(IStock stock, double marketPrice)
 {
     return(stock.CalculatePriceEarningsRatio(marketPrice));
 }