public Relationship GetRelationship(Guid _relationshipGuid)
        {
            RelationshipDAO dao = new RelationshipDAO(MongoDB);

            return(dao.Get(_relationshipGuid));
        }