public string GetComment(Int32 ReportID, string SID, string GroupSID) { string comment = string.Empty; clsDALReports objclsDALReports = new clsDALReports(); comment = objclsDALReports.GetComment(ReportID, SID, GroupSID); return(comment); }