public IActionResult UpdateStockPrice(StockPrice value)
 {
     stockService.UpdateStockPrice(value);
     return(Ok("Record Updated"));
 }