public LinearDataSource(LinearViewController vc)
 {
     this.vc = vc;
 }
 public LinearDelegate(LinearViewController vc)
 {
     this.vc = vc;
 }