static void Main(string[] args) { model.DiceGame g = new model.DiceGame(); view.Console v = new view.Console(); controller.Player c = new controller.Player(); c.PlayGame(g, v); }