def get_child_assays technology_type=self
    #TODO: needs unit test
    #TODO: make Assay independant, and move some of this to acts_as_ontology
    result = technology_type.assays
    technology_type.children.each do |child|