public void UnassignRelatedPerson(int p_Patient_OID, System.Collections.Generic.IList <int> p_relatedPerson_OIDs)
        {
            //Call to PatientCAD

            _IPatientCAD.UnassignRelatedPerson(p_Patient_OID, p_relatedPerson_OIDs);
        }