Method to be implemented by Max
This method provides functionality to register a game in the play4cash system and returns associated GameID object
public GameID registerGame(String GameName,
String GameOwner,
String LegalAddress,
String ContactDetails,
Double unitCost,
String GamePassword);
GameID
