public bool Destroy(object BranchID)
 {
     return(SysGroup.Destroy(BranchID) == 1);
 }