// GET: Box public ActionResult Index() { var boxes = _serviceBox.LoadAllBoxes(); var g1 = _serviceBox.GetGuid(); var g2 = _serviceUser.GetGuid(); return(View(boxes)); }