public IEnumerable <Branch> GetAll()
 {
     return(_branchGetway.GetAll());
 }