public DataSet GetReportUsers(int ReportID, string strRepType, string strQuarter, string PreviousQuarter, int ApplicationID, bool IsGlobalApprover, string LoggeInUser, string[] role)
 {
     try
     {
         clsDALReports objclsDALReports = new clsDALReports();
         objds = objclsDALReports.GetReportUsers(ReportID, strRepType, strQuarter, PreviousQuarter, ApplicationID, IsGlobalApprover, LoggeInUser, role);
         return(objds);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }