public ActionResult Edit(Contact contact)
 {
     repo.UpdateContact(contact);
     return(RedirectToAction("Index"));
 }