public BusinessObjectGenerator(GeneratorContext context)
 {
     this.context = context;
 }
 public EntityFrameworkTypeReflector(GeneratorContext c)
 {
     context = c;
 }