public AggregateTests()
 {
     _db = new NorthwindDB();
 }
 public SelectTests()
 {
     _db = new NorthwindDB();
 }