public int addPhone(Client user) { if (myDAL.phoneTest(user) == 1) { return(2); } else { return(myDAL.addPhone(user)); } }