void GetPay(Payment pay) { PaymentBLL paymentBLL = new PaymentBLL(); pay.UserID = last.UserID; paymentBLL.Add(pay); }