public ActionResult DeleteConfirmed(int id) { metaRepo.DeleteMetadata(id); return(RedirectToAction("Index")); }