public GetPaymentsDetails GetPaymentInformation(int paymentID)
 {
     return(db.GetPaymentInformation(paymentID));
 }