public int Update(Hashtable hs, string tableName, string strWhere) { return(dal.Update(hs, tableName, strWhere)); }