public void Start() { _screen.AttachPresenter(this); _screen.Cameras = _manager.GetCameras().ToArray(); _screen.Show(); }