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