public string determineHeader(string lbl, string txt)
 {
     DLCustomer DC = new DLCustomer();
     return DC.getHeader(lbl, txt);
 }