public void AddMother(Mother mother)
 {
     dal.AddMother(mother);
 }