public static WFGroup[] GetGroups() { IWFAdminService svc = Common.GetAdminAPI(); WFGroup[] apGroups = null; try { apGroups = svc.GetGroups(); } catch (Exception ex) { } return(apGroups); }