public IList <Employee> FilterByPositionEmployees(string position) { return(_employeeRepo.FilterByPosition(position)); }