protected void btnExport_Click(object sender, EventArgs e)
    {
        gvApplications.DataSource = myBusinessLayer.WriteApplicationXMLFile(Cache, txtUsername.Text);
        gvApplications.DataBind();

        Master.UserFeedBack.Text = "Stats Exported. ";
    }