Inheritance: UITableViewController
 public TableDelegate(RootViewController tvc)
 {
     this.tvc = tvc;
 }
 public DataSource(RootViewController tvc)
 {
     this.tvc = tvc;
 }