public void InitVarsTest1()
 {
     taxi_managementDataSet target = new taxi_managementDataSet(); // TODO: Initialize to an appropriate value
     bool initTable = false; // TODO: Initialize to an appropriate value
     target.InitVars(initTable);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }