public void ChangePanelColorToBlackTest()
 {
     Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value
     Panel p = null; // TODO: Initialize to an appropriate value
     target.ChangePanelColorToBlack(p);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }