public JsonResult GetStock(int productId) { Stock aStock = aStockManager.GetAProductStock(productId); return(Json(aStock, JsonRequestBehavior.AllowGet)); }