def subjectType=(val)
        @subType = Array.new
        i = 0
        val.each do |v| 
            if(!v.nil? && v.length > 0)