public dynamic GetSearchPaymentList() { string name = Fun.Query("name"); PaymentBLL bll = new PaymentBLL(); List <P_Payment> list = bll.GetSearchPaymentList(name); return(list); }