void Start()
 {
     foreach (GameObject prefab in prefabsToLoad)
     {
         PrefabStorage.Add(prefab);
     }
 }