// GET: Transaction public ActionResult Index() { var model = _service.GetTrans(); return(View(model)); }