public allMathers()
 {
     InitializeComponent();
     bl     = BL.FactoryBL.getBL();
     Mather = bl.getAllMothers();
     motherDataGrid.DataContext = null;
     motherDataGrid.DataContext = Mather;
 }