public int CallbackSelectCount(Kbnメニュー区分CB cb)
 {
     return(_bhv.SelectCount(cb));
 }
 public int Count()
 {
     return(_bhv.SelectCount(_cb));
 }