public void FillCustomers(DataSet dataSet)
 {
     AdoTemplate.DataSetFill(dataSet, CommandType.Text, selectAll, new string[] { "Customers" });
 }