private void IniLogCategoryEventHandler(object sender, EventArgs e) { DataTable dt = bllLog.DistinctLogCategory(); this.View.IniLogCategory(dt); }