public void PaymentUpdate(T_HR_EMPLOYEESALARYRECORD entity) { using (PaymentBLL bll = new PaymentBLL()) { bll.PaymentUpdate(entity); } }