public static int GetAcc(AccNum accNum) { int r = RegisterDAL.CustomerRegister(accNum); if (r == 1) { return(1); } else { return(0); } }