public List <EmployeeBE> ListaTodosActivo(int IdEmpresa, int IdArea) { try { EmployeeDL Employee = new EmployeeDL(); return(Employee.ListaTodosActivo(IdEmpresa, IdArea)); } catch (Exception ex) { throw ex; } }