public AutoScrollDataSource(AutoScrollViewController vc)
 {
     this.vc = vc;
 }
 public AutoScrollDelegate(AutoScrollViewController vc)
 {
     this.vc = vc;
 }