public int UpdateStockManagement(StockManagement sm)
 {
     return(stServ.UpdateStockManagement(sm));
 }