void Start()
 {
     mapGenerator.Level = level;
     mapGenerator.Genarate();
 }