public ActionResult Index() { ViewBag.A = _serviceA.Say(); ViewBag.B = _serviceB.Write(); return(View()); }