public int updateFlag(string ID)
 {
     DLCustomer DC = new DLCustomer();
     return DC.updateFlag(ID);
 }