public DemoControl(IMyDependecy myDependecy)
 {
     this.myDependecy = myDependecy;
 }
 public _Default(IMyDependecy myDependecy)
 {
     this.myDependecy = myDependecy;
 }