protected void btn_Agregar_Click(object sender, ImageClickEventArgs e)
        {
            Cls_TBL_BANCO_BLL Obj_BANCO_BLL = new Cls_TBL_BANCO_BLL();
            Cls_TBL_BANCO_DAL Obj_BANCO_DAL = new Cls_TBL_BANCO_DAL();

            Obj_BANCO_DAL.CAx = 'I';

            Response.Redirect("../Catalogos_Mantenimientos/wfrm_Banco_Modificar.aspx?axi=" + Obj_BANCO_DAL.CAx);
        }