public ViewHostControl findControl(string name) { return(child.findControl(name)); }
public ViewHostControl findControl(String name) { return(component.findControl(name)); }