public static bool ScreeningIsSelected(Screening screening)
        {
            AppDelegate app = (AppDelegate)NSApplication.SharedApplication.Delegate;

            return(app.Controller.CurrentScreening == screening);
        }