private void frmBiletSatis_Load(object sender, EventArgs e)
 {
     txtBiletNo.Text = N.BiletNo();
     Combo();
 }