public List <Payment> RetrieveAllPayments()
 {
     return(paymentInterface.RetrieveAllPayments() as List <Payment>);
 }