public dynamic GetPaymentList() { PaymentBLL bll = new PaymentBLL(); List <P_Payment> list = bll.GetPaymentList(); return(list); }