public MyClass1(DrawerMixin drawer)
 {
     this.Drawer = drawer;
 }
 public MyClass1()
 {
     this.Drawer = new DrawerMixin(this);
 }