private void LoadGridViewFileDownload()
 {
     try
     {
         OtherFunctions obj      = new OtherFunctions();
         DataSet        ds       = obj.GetAllFileDownload("FileDownload", Globals.AgentCatID);
         GridViewHelper gvHelper = new GridViewHelper();
         gvHelper.FillData(gridViewFileDownload, ds);
     }
     catch { }
 }