public List <Branch> GetBranchesList(string[] idBranches, Guid idAccount)
 {
     return(_branchDao.GetBranchesList(idBranches, idAccount));
 }