public int CheckCusID(string id)
 {
     return(cdal.CheckCusID(id));
 }