Public Interface IEmployeePickerParentUserControl ''' ''' Gets all the employees. ''' ''' Function GetAllEmployees() As ICollection(Of IEmployee) ''' ''' Selects an employee. ''' ''' Sub SelectEmployee(employee As IEmployee) End Interface