public void ModifyReportAdminRight(string strUserSID, string strGroupSID, int AppID, int RepID, string scope, string strLoggedInUserSID, string strSelectedQuarter) { objclsDALCommon = new clsDALCommon(); objclsDALCommon.ModifyReportAdminRights(strUserSID, strGroupSID, AppID, RepID, scope, strLoggedInUserSID, strSelectedQuarter); }