Public Interface IEmployeeDetailParentUserControl
Function GetCurrentlySelectedActivity() As IActivity
'''
''' Get the employee.
'''
'''
Function FetchEmployee() As IEmployee
'''
''' Removes the selection of the current employee.
'''
sub DeselectEmployee()
Sub StartActivity()
Sub FinishActivity()
Sub StopActivity()
End Interface