public MultichannelMixerViewController (IntPtr handle) : base (handle)
		{
			Mixer = new MultichannelMixerController ();
		}
 public MultichannelMixerViewController(IntPtr handle) : base(handle)
 {
     Mixer = new MultichannelMixerController();
 }