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

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