public A_customer test(A_customer x)
 {
     throw new NotImplementedException();
 }
 public Person newCustomer(A_customer I)
 {
     throw new NotImplementedException();
 }