public void GetCabinetsTestMethod()
 {
     List <string> cabinetList = SalarySearch.GetCabinets();
 }
 public void GetDepartmentsTestMethod()
 {
     List <string> departmentList = SalarySearch.GetDepartments();
 }
 public void GetEmployeesTestMethod()
 {
     List <Employee> employeesList = SalarySearch.GetEmployees("Kevin", "Adams", "", "", "", "", "");
 }