public void AddInParameter(string strname, DbType type, object strvalue) { _database.AddInParameter(strname, type, strvalue); }