public List <EmployeeBE> ListaCombo(int IdCompany) { try { EmployeeDL Employee = new EmployeeDL(); return(Employee.ListaCombo(IdCompany)); } catch (Exception ex) { throw ex; } }