public DataSet FetchApproval(string strLoggedInSID) { objclsDALCommon = new clsDALCommon(); return(objclsDALCommon.FetchApproval(strLoggedInSID)); }