return customer;
return dob;
return employee;
return name;
this.customer = customer;
this.dob = dob;
this.employee = employee;
this.name = name;