public Branch Get(int id)
 {
     return(_branchGetway.Get(id));
 }