public DataSet GetAllReport(int ApplicationID, string[] role, string Quarter)
        {
            clsDALReports objclsDALReports = new clsDALReports();
            DataSet       ds = objclsDALReports.GetAllReport(ApplicationID, role, Quarter);

            return(ds);
        }