public void DeletePlatforms()
 {
     Destroy(_generalPlatform);
     _platformBuilder.DestroyPlatforms();
 }