public IEnumerable<object> GetSupplementRelations(int id, string type)
 {
     var relationInformationRepository = new RelationInformationRepository();
     return relationInformationRepository.GetSupplementRelations(id, type);
 }