상속: UITableViewController
 public DataSource(MasterTableViewController tvc)
 {
     this.tvc = tvc;
 }
 public TableDelegate(MasterTableViewController tvc)
 {
     this.tvc = tvc;
 }