public void btnRight_ClickTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     Student_Accessor target = new Student_Accessor(param0); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     EventArgs e = null; // TODO: Initialize to an appropriate value
     target.btnRight_Click(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }