public List <string> GetPermissionOwners(int typeID, string objectID) { return(LocalHelper.GetPermissionOwners(typeID, objectID)); }