Player Movement

I wanted the player to be able to move left and right and fire laser beams towards the asteroids. To do this; 

Moving the Player Left-to-Right

Setting up Player Inbounds (DECISION MAKING in C#)

then, decide player's x position = xLeftBound

then, decide to set player's x-position = xRightBound

PROGRESS SO FAR...