public void UpdateComment(string comment, string scope, string strQuarter, int AppID, string ApproverSID, Int32 ReportID, string SID, string GroupSID)
 {
     try
     {
         clsDALReports objclsDALReports = new clsDALReports();
         objclsDALReports.UpdateComment(comment, scope, strQuarter, AppID, ApproverSID, ReportID, SID, GroupSID);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }