public void DeleteBranchCustomers(Guid id, Guid idAccount)
 {
     _branchDao.DeleteBranchCustomers(id, idAccount);
 }