public List<V_EMPLOYEEVIEW> GetAllEmployeePostForWP() { using (EmployeeBLL bll = new EmployeeBLL()) { return bll.GetAllEmployeePostForWP(); } }