public void UploadData(string path)
 {
     repository.ImportStockPrice(path);
 }