private void btn_AtfAl_Click(object sender, EventArgs e)
        {
            if (Utility.atfInfo(_koliNo) == true)
            {
                _atfKontrol   = true;
                txtAtfNo.Text = "ATF Alındı";
            }
            else
            {
                _atfKontrol   = false;
                txtAtfNo.Text = "";
            }

            /*
             * string[] _arrAtf = new string[6];
             * _arrAtf = Utility.atfAl(_atfInfo.BstkdE, _atfInfo.Bstkd, _atfInfo.Desi, _atfInfo.Kargocu);
             * if (_arrAtf[5].ToString() != "")
             * {
             *  _atfKontrol = true;
             *  txtAtfNo.Text = _atfNo = _arrAtf[5].ToString().Trim();
             * }
             * else
             * {
             *  MessageBox.Show("ATF No alınamadı. Tekrar deneyiniz", "HATA");
             * }*/
        }