// GET: Contacts/Details/5
 public ActionResult Details(int id)
 {
     return(View(_service.Find(id)));
 }