public int AddOU(string identity, OUInfo ouInfo) { this.VerifyUser(identity); OU ou = new OU(); return(ou.Insert2(ouInfo)); }