public void updateData(EmployeeBL empBL) { EmployeeDL empDL = new EmployeeDL(); empDL.Updatedata(empBL); empDL = null; }