public void GetEmployeesTestMethod()
 {
     List <Employee> employeesList = SalarySearch.GetEmployees("Kevin", "Adams", "", "", "", "", "");
 }