public static bool ButtonJustPressed2Player(Buttons pButton)
 {
     return((Player1.ButtonJustPressed(pButton) || Player2.ButtonJustPressed(pButton)) ? true : false);
 }