private void Awake()
 {
     m_Instance = this;
 }
 void OnDestroy()
 {
     m_Instance = null;
 }