public IList <StockPrice> ImportStock(string filePath)
 {
     return(es.ExcelHelper(filePath));
 }