public InspectorDisplayViewController(IViewController vc, double priority) { this.className = vc.GetType().Name; this.priority = priority; }