public void ADD(Payment payment)
 {
     //add to the database and collection
     paymentDB.DatabaseAdd(payment);
     payments.Add(payment);
 }