public Board() { InitializeComponent(); AddAllEventHandlers(); g = this.CreateGraphics(); p = new Predictor(ref tiles); }