public void delete(string ID)
 {
     DLCustomer DC = new DLCustomer();
     DC.delete(ID);
 }