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