public void DeployPressedEvent()
 {
     if (_controller == null)
     {
         return;
     }
     _controller.DeployPressedEvent();
 }