public bool getForms(SysForm form) { return(this.UpperID == form.UpperID); }
public bool getAllForms(SysForm form) { return(form.DisplayName.IndexOf(this.DisplayName) != -1); }