public Employee()
 {
     EmployeeContact = new ContactInfo();
 }
 public Customer()
 {
     Contact = new ContactInfo();
 }