public List <Relationship> GetRelationshipByUserId(int userId) { return(relationshipService.GetRelationshipsByUserId(userId)); }