public IEnumerable <Employee> GetEmployees(DateTime initialDate, DateTime finalDate) { return(PriIntegration.GetEmployees(initialDate, finalDate)); }