private void IniLogTypeEventHandler(object sender, EventArgs e) { DataTable dt = bllLog.DistinctLogType(); this.View.IniLogType(dt); }