// GET: BatteryChanges public ActionResult Index() { return(View(DataFilter.GetBatteryChanges(TempData.Peek("id") + ""))); }