public DbRefinedAbstraction(DbImplementor imp)
     : base(imp)
 {
 }
 public DbAbstraction(DbImplementor imp)
 {
     Implementor = imp;
 }