//action ver
 public ActionResult Ver(int id)
 {
     return(View(Prestamo.Obtener(id)));
 }