public string AssociatedPartyAction(
     string ChildId,
     string SelectedPartyId,
     string Action,
     string Relationship)
 {
     ChildDetails.AssociatedPartyAction(ChildId, SelectedPartyId, Action, Relationship);
     return(LoadControlsPresentation.GetAssociations(ChildId));
 }
 public string GetAssociations(string ChildId)
 {
     return(LoadControlsPresentation.GetAssociations(ChildId));
 }