public Form(UIContext context, string title) : base(null) { Elements = new List <UIElement>(); Context = context; }