public OUInfo[] GetOUs() { OU ou = new OU(); List <OUInfo> all = ou.GetAll(); return(all.ToArray()); }