public void EnableEntitie()
 {
     if (Gate != null)
     {
         Gate.EntitieStart();
     }
 }