public IEnumerable <EmployeeTeamViewModel> GetAllEmployees() { return(TeamAdapter.ToEmployeeViewModel(_employeeService.GetAll())); }