public static void Destroy()
 {
     s_Instance = null;
 }
 public static void Initialize()
 {
     s_Instance = new UnitManager();
 }