// GET: Payments
 public ActionResult Index()
 {
     return(View(objects.GetPayments()));
 }