public bool CheckIfDBReportSubmitted(int repID, string repType, string strQuarter) { objclsDALReports = new clsDALReports(); bool bln = objclsDALReports.CheckIfDBReportSubmitted(repID, repType, strQuarter); return(bln); }