public void Fight_Click()
 {
     if (!Request.Fight())
     {
         SelectedPanel = FIGHT;
     }
 }