protected void Calculate_Btn_Click(object sender, EventArgs e)
        {
            _Calculated();

            Total_Net_Leasing_TBx.Focus();
        }
        protected void Total_Period_TBx_TextChanged(object sender, EventArgs e)
        {
            _Calculated();

            Total_Net_Leasing_TBx.Focus();
        }