public bool IsStructureInserted(Structure structure) { return(_structureRepository.InsertStructure(structure)); }