public ActionResult List() { var paymentDb = new PaymentBLL(); List <Payment> allPayments = paymentDb.showAllPayments(); return(View(allPayments)); }