protected override void OnPrefabInit()
 {
     Instance = this;
 }
 public static void DestroyInstance()
 {
     Instance = null;
 }