class << self
    def singers
      @singers ||= SINGERS_DATA.map{|hash| Singer.new(hash)}
    end