// GET: Home/Delete/5 public ActionResult Delete(int id) { RecordsDAO r = new RecordsDAO(); return(View(r.getById(id))); }