public TableDelegate (RootViewController mvc)
			{
				this.mvc = mvc;
			}
			public DataSource (RootViewController mvc)
			{
				this.mvc = mvc;
			}