// GET: api/Payment public List <proc_getpayment_Result> GettblPayments() { return(db.proc_getpayment().ToList()); }