// This constructor signature is required, for marshalling between the managed and native instances of this class.
 public AcquaintanceTableViewController(IntPtr handle) : base(handle)
 {
     _AcquaintanceTableViewSource = new AcquaintanceTableViewSource();
 }
		// This constructor signature is required, for marshalling between the managed and native instances of this class.
		public AcquaintanceTableViewController(IntPtr handle) : base(handle) 
		{
			_AcquaintanceTableViewSource = new AcquaintanceTableViewSource();
		}