public List <Payment> GetAllStoredPayments()
 {
     return(PaymentDAO.GetAllStoredPayments());
 }