public ActionResult Delete(int id)
 {
     MethodCalls.DeleteRev(id);
     return(RedirectToAction("All"));
 }