public ActionResult Delete(int id) { var paymentDb = new PaymentBLL(); Payment aPayment = paymentDb.findPayments(id); return(View(aPayment)); }