// GET: /ChargeMaster/ public ActionResult Index() { var Charge = _ChargeService.GetChargeList().ToList(); return(View(Charge)); //return RedirectToAction("Create"); }