public IActionResult GetAllStockPrice()
 {
     return(Ok(stockService.GetAllStockPrice()));
 }