public void SignOffUsersByOthersAllAcc(string scope, Int32 ReportID, string strUserSID, string strgroupsid, string signoffstatus, clsEALUser objclsEALApprover, string Quarter, Int32 ApplicationID, bool IsAdminUpdate, bool IsAdmin)
 {
     try
     {
         objclsDALReports = new clsDALReports();
         objclsDALReports.SignOffUsersByOthersAllAcc(scope, ReportID, strUserSID, strgroupsid, signoffstatus, objclsEALApprover, Quarter, ApplicationID, IsAdminUpdate, IsAdmin);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }