public void GameEnd(VMCell winner)
 {
     MessageBox.Show("Winner is " + winner.ToString());
     this.Close();
 }