public bool validateUsername(string username) { if (vendordao.ValidateUserName(username)) { return(true); } else { return(false); } }