private void ShowBarrelRollTemplate()
 {
     SelectedTemplate.ApplyTemplate(
         TheShip,
         (SelectedDirectionPrimary == Direction.Left) ? TheShip.GetLeft() : TheShip.GetRight(),
         SelectedDirectionPrimary
         );
 }