if (company == null) {
throw new IllegalArgumentException("company may not be null.");
}
Company returnCompany = new Company();
returnCompany.setName("MultipartSoft");
returnCompany.setPresident("Dr. Multipart");
company.value = returnCompany;
lastSavedCustomer = parameters.getCustomer();
}