public Branch[] EchoBranchArray(Branch[] input)
 {
     return input;
 }
 public Branch EchoBranch(Branch input)
 {
     return input;
 }