public MyFactory(Containter container) { this.container = container; }
protected virtual void CreateClass() { CUT = Containter.Create <T>(); }