public void Visit(Context context)
 {
   context.Specifications.Each(Visit);
 }
 public void Visit(Context context)
 {
 }