public bool checkRegist(string email) { if (user.checkRegist(email).Rows.Count > 0) { return(false); } else { return(true); } }