public void Reset()
 {
     game = new NaC_Game();
 }
 public NaC_Model()
 {
     game = new NaC_Game();
 }