public BranchList GetActionsClone() { if (_list != null) { return((BranchList)_list.Clone()); } return(null); }