public void HandleEvent(FoodEatenEvent e)
 {
     ActiveFoods.Remove(e.EatenFood);
     e.BoardSpace.OccupyingEntities.Remove(e.EatenFood);
 }