public void HandleInput()
 {
     if (ControlStrategy != null)
     {
         ControlStrategy.HandleInput(entity);
     }
 }