public existChildOfMother(BE.Mother mom)
        {
            InitializeComponent();
            bl   = BL.FactoryBL.getBL();
            mom2 = mom;

            childOfMOM = bl.getChildOfMother(mom);
            childDataGrid.DataContext = null;
            childDataGrid.DataContext = childOfMOM;
        }