public Conn() { Context = new TestDataEntities(); }
public Conn(LoadEntity loadMethod) { Context = new TestDataEntities(); CreateItem = loadMethod; }