public Beneficiary[] GetAllBeneficiaries()
 {
     return(dbLayer.GetAllBeneficiaries());
 }