public CylindericalDataSource(CylindericalViewController vc)
 {
     this.vc = vc;
 }
 public CylindericalDelegate(CylindericalViewController vc)
 {
     this.vc = vc;
 }