public void WriteEntity_To_EntryFormTest()
        {
            BaseEntryForm baseEntryForm = new BaseEntryForm(entityMiniConfigBLO, Entity, new Dictionary <string, object>(), true);

            baseEntryForm.BaseEntryForm_Load(baseEntryForm, null);
            baseEntryForm.ShowEntity();
        }
        public void CreateField_In_EntryFormTest()
        {
            BaseEntryForm baseEntryForm = new BaseEntryForm(entityMiniConfigBLO, Entity, new Dictionary <string, object>(), true);

            baseEntryForm.BaseEntryForm_Load(baseEntryForm, null);
            // Load EntityMiniConfigBLO dynamicly

            Assert.AreEqual(typeof(TaskProjectBLO), entityMiniConfigBLO.GetUnProxyType());
        }