public static AccessListViewRow[] GetAccessList() { using (var _db = new Rbr_Db()) { return(EndpointManager.GetAll(_db)); } }