public ActionResult ReSave(StockTaking stock) { var op = TakeStockService.ReSave(stock); return(Content(op.ToJson())); }