public ActionResult Delete(int id)
 {
     Lending.ExcludeLending(id);
     return(Json(Lending.FindAllLending()));
 }