// GET: Orders public ActionResult Index() { int workerId = UserStateManager.Instance.WorkerId; return(View(ProductsBL.GetOrders(workerId))); }