public DataTable BillGetEmpID(string code) { DataTable dt = dalAccount.DalGetEmpID(code); return(dt); }