public ActionResult IndexTotal() { var beadService = new BeadService(); var model = beadService.GetBeadSubTotal(); return(View(model)); }