void Start()
 {
     _instantiateStars.InstantiatorStars(starPrefab, numberOfStars, starSize);
 }