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