private void DestroyMemory()
 {
     _memoryController.RemoveMemory(gameObject);
     Destroy(gameObject);
 }