public DataSet GetLinuxReportsForUser(int AppID, string strUserId, string strquarter) { objclsDALReports = new clsDALReports(); return(objclsDALReports.GetDistinctLinuxReportsForUser(AppID, strUserId, strquarter)); }