public void ExportData(string path)
 {
     repository.ExportStockPrice(path);
 }