public System.Collections.Generic.IList <NotifyEN> ReadAll(int first, int size)
        {
            System.Collections.Generic.IList <NotifyEN> list = null;

            list = _INotifyCAD.ReadAll(first, size);
            return(list);
        }