class << DataManager alias old_init init def init old_init endend
class << DataManager alias old_init init def init old_init end end